Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / SaveAsGif Method / SaveAsGif(Stream,Nullable<Rectangle>) Method
The output stream.
Clipping rectangle of the image to be saved.

In This Topic
    SaveAsGif(Stream,Nullable<Rectangle>) Method
    In This Topic
    Saves the image into a Stream in GIF format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsGif( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) 
    public void SaveAsGif( 
       System.IO.Stream stream,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    stream
    The output stream.
    clipRect
    Clipping rectangle of the image to be saved.
    See Also